home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / polardrw / data.z / ChildFrm.h < prev    next >
C/C++ Source or Header  |  1999-04-28  |  1KB  |  53 lines

  1. // ChildFrm.h : interface of the CChildFrame class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4.  
  5. #if !defined(AFX_CHILDFRM_H__53462E0D_D25F_11D2_B9D2_008048FD54E6__INCLUDED_)
  6. #define AFX_CHILDFRM_H__53462E0D_D25F_11D2_B9D2_008048FD54E6__INCLUDED_
  7.  
  8. #if _MSC_VER >= 1000
  9. #pragma once
  10. #endif // _MSC_VER >= 1000
  11.  
  12. class CChildFrame : public CMDIChildWnd
  13. {
  14.     DECLARE_DYNCREATE(CChildFrame)
  15. public:
  16.     CChildFrame();
  17.  
  18. // Attributes
  19. public:
  20.  
  21. // Operations
  22. public:
  23.  
  24. // Overrides
  25.     // ClassWizard generated virtual function overrides
  26.     //{{AFX_VIRTUAL(CChildFrame)
  27.     public:
  28.     virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  29.     virtual void ActivateFrame(int nCmdShow = -1);
  30.     //}}AFX_VIRTUAL
  31.  
  32. // Implementation
  33. public:
  34.     virtual ~CChildFrame();
  35. #ifdef _DEBUG
  36.     virtual void AssertValid() const;
  37.     virtual void Dump(CDumpContext& dc) const;
  38. #endif
  39.  
  40. // Generated message map functions
  41. protected:
  42.     //{{AFX_MSG(CChildFrame)
  43.     //}}AFX_MSG
  44.     DECLARE_MESSAGE_MAP()
  45. };
  46.  
  47. /////////////////////////////////////////////////////////////////////////////
  48.  
  49. //{{AFX_INSERT_LOCATION}}
  50. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  51.  
  52. #endif // !defined(AFX_CHILDFRM_H__53462E0D_D25F_11D2_B9D2_008048FD54E6__INCLUDED_)
  53.